forked from Imagelibrary/rtems
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* psxcancel/Makefile.am: Remove used H_FILES.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* psxcancel/Makefile.am: Remove used H_FILES.
|
||||
|
||||
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Reformat.
|
||||
|
||||
@@ -9,13 +9,10 @@ MANAGERS = all
|
||||
C_FILES = init.c
|
||||
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
|
||||
|
||||
H_FILES =
|
||||
noinst_HEADERS = $(H_FILES)
|
||||
|
||||
DOCTYPES = scn
|
||||
DOCS = $(DOCTYPES:%=$(TEST).%)
|
||||
|
||||
SRCS = $(DOCS) $(C_FILES) $(H_FILES)
|
||||
SRCS = $(DOCS) $(C_FILES)
|
||||
OBJS = $(C_O_FILES)
|
||||
|
||||
PRINT_SRCS = $(DOCS)
|
||||
|
||||
Reference in New Issue
Block a user