Cleanup of files

This commit is contained in:
Janet B. Anderson
1994-09-09 17:33:30 +00:00
parent 786b590841
commit cc01f3f5fc
22 changed files with 36 additions and 240 deletions

View File

@@ -26,24 +26,18 @@ LIBNAME = libDb.a
PROD = dbta dbl dbls atdb
all: install
include $(EPICS)/config/RULES.Unix
atdb: atdb.o atdb_yacc.o
$(LINK.c) -o $@ atdb.o atdb_yacc.o $(LDLIBS)
# Extra rule since atdb_lex.c is included in atdb_yacc.c
# In my opinion, these objects should really be built
# independently.
atdb_yacc.o: atdb_lex.c
clean::
/bin/rm -f atdb_lex.c atdb_yacc.c $(PROD)
include $(EPICS)/config/RULES.Unix
@$(RM) atdb_lex.c atdb_yacc.c
%: %.o $(DEPLIBS)
$(LINK.c) -o $@ $< $(LDLIBS)