Cleanup of files
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user