programs/dtappintegrate: add automake file
This commit is contained in:
13
cde/programs/dtappintegrate/Makefile.am
Normal file
13
cde/programs/dtappintegrate/Makefile.am
Normal file
@@ -0,0 +1,13 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = dtappintegrate
|
||||
|
||||
dtappintegrate_CPPFLAGS = -DKORNSHELL=$(KSH)
|
||||
-DCDE_INSTALLATION_TOP=${prefix} \
|
||||
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
||||
|
||||
all: dtappintegrate
|
||||
|
||||
CPPSRC = dtappintegrate.src
|
||||
CPPTARGET = dtappintegrate
|
||||
include $(srcdir)/include/cppfile.src
|
||||
Reference in New Issue
Block a user