2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* base_mp/Makefile.am: Reformat.
	* base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
	* base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
	* base_sp/Makefile.am: Remove all-local: $(ARCH).
	* cdtest/Makefile.am: Remove all-local: $(ARCH).
	* fileio/Makefile.am: Remove all-local: $(ARCH).
	* hello/Makefile.am: Remove all-local: $(ARCH).
	* loopback/Makefile.am: Remove all-local: $(ARCH).
	* minimum/Makefile.am: Remove all-local: $(ARCH).
	* paranoia/Makefile.am: Remove all-local: $(ARCH).
	* pppd/Makefile.am: Remove all-local: $(ARCH).
	* ticker/Makefile.am: Remove all-local: $(ARCH).
	* unlimited/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
Ralf Corsepius
2003-12-01 21:21:38 +00:00
parent 8c2763737e
commit 9fa380ef52
13 changed files with 13 additions and 29 deletions

View File

@@ -2,7 +2,6 @@
## $Id$
##
SAMPLE = pppd
PGM = ${ARCH}/$(SAMPLE).exe
@@ -11,7 +10,7 @@ MANAGERS = io event semaphore
C_FILES = init.c pppdapp.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = netconfig.h system.h
H_FILES = netconfig.h system.h
SRCS = $(C_FILES) $(H_FILES)
OBJS = $(C_O_FILES)
@@ -27,9 +26,8 @@ include $(top_srcdir)/sample.am
# (OPTIONAL) Add local stuff here using +=
#
if HAS_NETWORKING
all-local: ${ARCH} $(TMPINSTALL_FILES)
all-local: $(TMPINSTALL_FILES)
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)