libreccm-legacy/tools-legacy/tools/server/tomcat/src/Makefile.am

19 lines
241 B
Makefile
Executable File

# Process with automake
AUTOMAKE_OPTIONS = foreign no-dependencies 1.4
SUBDIRS = com
all:
ant build
install:
ant -Dinstdir=$(DESTDIR)$(pkgdatadir)/server/tomcat/classes deploy
clean:
ant clean
EXTRA_DIST = build.xml
# End of files