summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-13 18:42:47 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-13 18:42:47 +0000
commitb4d356e6a216b83241c6d27b741d07caf80c9a9e (patch)
tree68ff391cf86b635dba34de574683dd12daff7da1 /apps
parentd09c5874e846894bf70bd594a29c5d0621c3b8a0 (diff)
downloadATCD-b4d356e6a216b83241c6d27b741d07caf80c9a9e.tar.gz
ChangeLogTag: Sat Nov 13 10:40:13 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/gperf/tests/Makefile.am81
1 files changed, 21 insertions, 60 deletions
diff --git a/apps/gperf/tests/Makefile.am b/apps/gperf/tests/Makefile.am
index 6f350b62400..693d6fd36fe 100644
--- a/apps/gperf/tests/Makefile.am
+++ b/apps/gperf/tests/Makefile.am
@@ -14,6 +14,7 @@ ACE_ROOT = $(top_srcdir)
noinst_PROGRAMS =
CLEANFILES =
BUILT_SOURCES =
+
## Makefile.adainset.am
if !BUILD_USES_WCHAR
@@ -22,14 +23,10 @@ BUILT_SOURCES += \
ada.cpp
CLEANFILES += \
- ada.cpp \
- ada-stamp
-
-ada.cpp: ada-stamp
+ ada.cpp
-ada-stamp: $(srcdir)/ada.gperf
+ada.cpp: $(srcdir)/ada.gperf
../src/gperf -a -k1,4,$$ $(srcdir)/ada.gperf> $@
- @touch $@
noinst_PROGRAMS += aout
@@ -54,14 +51,10 @@ BUILT_SOURCES += \
c.cpp
CLEANFILES += \
- c.cpp \
- c-stamp
-
-c.cpp: c-stamp
+ c.cpp
-c-stamp: $(srcdir)/c.gperf
+c.cpp: $(srcdir)/c.gperf
../src/gperf -a -p -c -l -S1 -o $(srcdir)/c.gperf> $@
- @touch $@
noinst_PROGRAMS += cout
@@ -86,14 +79,10 @@ BUILT_SOURCES += \
cpp.cpp
CLEANFILES += \
- cpp.cpp \
- cpp-stamp
-
-cpp.cpp: cpp-stamp
+ cpp.cpp
-cpp-stamp: $(srcdir)/cpp.gperf
+cpp.cpp: $(srcdir)/cpp.gperf
../src/gperf -a -D $(srcdir)/cpp.gperf> $@
- @touch $@
noinst_PROGRAMS += cppout
@@ -118,14 +107,10 @@ BUILT_SOURCES += \
idl.cpp
CLEANFILES += \
- idl.cpp \
- idl-stamp
-
-idl.cpp: idl-stamp
+ idl.cpp
-idl-stamp: $(srcdir)/idl.gperf
+idl.cpp: $(srcdir)/idl.gperf
../src/gperf -m -M -c -C -D -S1 -E -T -a -o -p $(srcdir)/idl.gperf> $@
- @touch $@
noinst_PROGRAMS += iout
@@ -150,14 +135,10 @@ BUILT_SOURCES += \
idl.cpp
CLEANFILES += \
- idl.cpp \
- idl-stamp
-
-idl.cpp: idl-stamp
+ idl.cpp
-idl-stamp: $(srcdir)/idl.gperf
+idl.cpp: $(srcdir)/idl.gperf
../src/gperf -m -M -c -C -D -E -T -a -o -p $(srcdir)/idl.gperf> $@
- @touch $@
noinst_PROGRAMS += iout2
@@ -182,14 +163,10 @@ BUILT_SOURCES += \
modula3.cpp
CLEANFILES += \
- modula3.cpp \
- modula3-stamp
-
-modula3.cpp: modula3-stamp
+ modula3.cpp
-modula3-stamp: $(srcdir)/modula3.gperf
+modula3.cpp: $(srcdir)/modula3.gperf
../src/gperf -a -k1,2,$$ $(srcdir)/modula3.gperf> $@
- @touch $@
noinst_PROGRAMS += m3out
@@ -214,14 +191,10 @@ BUILT_SOURCES += \
pascal.cpp
CLEANFILES += \
- pascal.cpp \
- pascal-stamp
-
-pascal.cpp: pascal-stamp
+ pascal.cpp
-pascal-stamp: $(srcdir)/pascal.gperf
+pascal.cpp: $(srcdir)/pascal.gperf
../src/gperf -a -o -S2 -p $(srcdir)/pascal.gperf> $@
- @touch $@
noinst_PROGRAMS += pout
@@ -246,14 +219,10 @@ BUILT_SOURCES += \
adadefs.cpp
CLEANFILES += \
- adadefs.cpp \
- adadefs-stamp
-
-adadefs.cpp: adadefs-stamp
+ adadefs.cpp
-adadefs-stamp: $(srcdir)/adadefs.gperf
+adadefs.cpp: $(srcdir)/adadefs.gperf
../src/gperf -a -p -D -k1,$$ -s 2 -o $(srcdir)/adadefs.gperf> $@
- @touch $@
noinst_PROGRAMS += preout
@@ -278,14 +247,10 @@ BUILT_SOURCES += \
tao.cpp
CLEANFILES += \
- tao.cpp \
- tao-stamp
-
-tao.cpp: tao-stamp
+ tao.cpp
-tao-stamp: $(srcdir)/tao.gperf
+tao.cpp: $(srcdir)/tao.gperf
../src/gperf -c -C -D -E -f 0 -a -o $(srcdir)/tao.gperf> $@
- @touch $@
noinst_PROGRAMS += taoout
@@ -310,14 +275,10 @@ BUILT_SOURCES += \
corba.cpp
CLEANFILES += \
- corba.cpp \
- corba-stamp
-
-corba.cpp: corba-stamp
+ corba.cpp
-corba-stamp: $(srcdir)/corba.gperf
+corba.cpp: $(srcdir)/corba.gperf
../src/gperf -a -o $(srcdir)/corba.gperf> $@
- @touch $@
noinst_PROGRAMS += tout