comparison Makefile @ 237:7cb15eae1664

Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() macros in each C file, and making generated/globals.h from that. Rename "toy" to "this" along the way to avoid toy/toys confusion.
author Rob Landley <rob@landley.net>
date Sun, 20 Jan 2008 17:25:44 -0600
parents 163498bf547b
children 362e7550a1c4
comparison
equal deleted inserted replaced
236:6b292ee780ab 237:7cb15eae1664
32 @cp toybox $(PREFIX)/ 32 @cp toybox $(PREFIX)/
33 @for i in `./instlist`; do ln -s toybox "$(PREFIX)/$$i"; done 33 @for i in `./instlist`; do ln -s toybox "$(PREFIX)/$$i"; done
34 34
35 clean:: 35 clean::
36 rm -f toybox toybox_unstripped generated/config.h generated/Config.in \ 36 rm -f toybox toybox_unstripped generated/config.h generated/Config.in \
37 generated/newtoys.h instlist 37 generated/newtoys.h generated/globals.h instlist
38 38
39 distclean: clean 39 distclean: clean
40 rm -f toybox_old .config* generated/help.h 40 rm -f toybox_old .config* generated/help.h
41 41
42 test: tests 42 test: tests