This commit is contained in:
Ralf Corsepius
2005-11-07 08:39:44 +00:00
parent 784853bc35
commit e7e20ab143
2 changed files with 2 additions and 12 deletions

View File

@@ -9,12 +9,7 @@ PGM = ${ARCH}/$(SAMPLE).exe
MANAGERS = io mp
noinst_LIBRARIES = lib.a
lib_a_SOURCES = ../init.c ../apptask.c
$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp)
${COMPILE} -o $@ -c $<
lib_a_SOURCES += system.h
lib_a_SOURCES = ../init.c ../apptask.c system.h
DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=base_mp.%)

View File

@@ -9,12 +9,7 @@ PGM = ${ARCH}/$(SAMPLE).exe
MANAGERS = io mp
noinst_LIBRARIES = lib.a
lib_a_SOURCES = ../init.c ../apptask.c
$(ARCH)/%.$(OBJEXT): ../%.c $(ARCH)/$(dirstamp)
${COMPILE} -o $@ -c $<
lib_a_SOURCES += system.h
lib_a_SOURCES = ../init.c ../apptask.c system.h
DOCTYPES = doc scn
DOCS = $(DOCTYPES:%=base_mp.%)