Code Search for Developers
 
 
  

Makefile from openap at Krugle


Show Makefile syntax highlighted

# busybox/tests/Makefile - Run through all defined tests.
# ------------------------
# Copyright (C) 2000  Karl M. Hegbloom <karlheg@debian.org>  GPL

all:: message_header

message_header:
	@echo
	@echo BusyBox Test Suite.
	@echo
	(cd ..; tests/busybox.REGRESS.sh)

clean::

distclean: clean

.PHONY: all clean distclean message_header

include $(wildcard *_tests.mk)

BBL := $(shell pushd .. >/dev/null &&		\
	         ${MAKE} busybox.links >/dev/null && \
	       popd >/dev/null &&		\
	       cat ../busybox.links |		\
	         sed -e 's,.*/\(.*\)$$,\1,')

../busybox:
	cd .. && ${MAKE} busybox

${BBL}: ../busybox
	rm -f $@
	ln ../busybox $@

syslog_test: syslog_test.c




See more files for this project here

openap

OpenAP is the complete distribution of open-source software that is required to produce a fully 802.11b compliant wireless access point. OpenAP is also a platform on which developers and hobbyists may realize their ideas. Since the build environment and s

Project homepage: http://savannah.nongnu.org/projects/openap
Programming language(s): Assembly,C
License: gpl2

  Makefile
  cp_tests.mk
  ln_tests.mk
  multibuild.pl
  multifeat.pl
  mv_tests.mk
  sh.testcases
  syslog_test.c
  testcases
  tester.sh
  tst-syslogd.c