use ./aitGen and ./genApps per Janet's request

This commit is contained in:
Jeff Hill
1996-07-03 00:02:56 +00:00
parent 39fdd3f785
commit c3d2e1a46a
2 changed files with 10 additions and 4 deletions
+5 -2
View File
@@ -5,6 +5,9 @@
# $Id$
#
# $Log$
# Revision 1.5 1996/06/28 19:17:31 jhill
# took out purify etc - also include dbMapper
#
# Revision 1.4 1996/06/28 15:19:44 jba
# Moved config dir to base/config.
#
@@ -55,7 +58,7 @@ TARGETS = dbMapper.o
aitConvert.o: aitConvert.cc aitConvert.h aitConvertGenerated.cc aitTypes.h
aitConvertGenerated.cc: aitGen aitTypes.h
aitGen
./aitGen
aitGen: aitGen.o aitTypes.o
$(LINK.c) -o $@ $^ $(LDLIBS)
@@ -67,7 +70,7 @@ dbMapper.o: ../dbMapper.cc gdd.h gddAppTable.h dbMapper.h gddApps.h aitTypes.h
$(AR) r $(LIBNAME) $@
gddApps.h: genApps
genApps $@
./genApps $@
genApps: genApps.o $(LIBOBJS)
$(LINK.cc) -o $@ $^ $(LDLIBS)
+5 -2
View File
@@ -5,6 +5,9 @@
# $Id$
#
# $Log$
# Revision 1.1 1996/06/25 19:11:26 jbk
# new in EPICS base
#
#
# Simple build system for all the platforms I've tested on
@@ -203,7 +206,7 @@ genApps: genApps.o $(OBJS) $(DEPLIB)
$(CCC) $(LDFLAGS) -o $@ $< $(LIBFLAGS_T)
gddApps.h: genApps
$< gddApps.h
./$< gddApps.h
cp gddApps.h ..
genApps.o: genApps.cc gddAppTable.h aitTypes.h $(INCS)
@@ -220,7 +223,7 @@ aitGen.o: aitGen.c aitTypes.h
$(CC_NORMAL) -D$(CCTYPE) -O -c -I. $<
aitConvertGenerated.cc: aitGen aitTypes.h aitConvert.h aitConvert.cc aitTypes.c
aitGen
./aitGen
# -----------------------------
gdd.o: gdd.cc $(INCS)