- introduced header file dependency check

- improvements in tecs
This commit is contained in:
zolliker
2009-11-10 10:40:38 +00:00
parent 52cbe619eb
commit 8618a31a31
4 changed files with 77 additions and 14 deletions

View File

@@ -21,6 +21,8 @@ TECLI_OBJ =tecs_client.o tecs_plot.o str.o instr_hosts.o \
HARDSUPLIB = ../hardsup/libhlib.a
OBJ = $(SERV_OBJ) $(TECLI_OBJ)
libtecsl.a: $(CLI_OBJ)
rm -f $@
$(AR) $(ARFLAGS) $@ $Q
@@ -82,4 +84,4 @@ pg_plus/libpgplus.a:
cd pg_plus; make $(MFLAGS)
clean:
rm -f *.o *.a six keep_running TecsServer TecsClient
rm -f *.o *.a *.d six keep_running TecsServer TecsClient