Added version control

This commit is contained in:
Michiel Broek 2002-04-15 13:49:15 +00:00
parent 4f39a1a5d0
commit e17715d351
2 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,7 @@ TARGET = libclcomm.a libcommon.a libdbase.a libmsgbase.a libmbinet.a libdiesel.
all: ${TARGET}
ftscprod.c: ftscprod.???
ftscprod.c: ftscprod.??? mkprod.awk
${AWK} -F, -f mkprod.awk ftscprod.??? >ftscprod.c
libclcomm.a: ${CLCOMM_OBJS}

View File

@ -1,3 +1,6 @@
# $Id$
#
BEGIN {
print "#include \"libs.h\""
print "#include \"structs.h\""