author | kergoth <kergoth> | 2002-11-01 19:51:00 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-01 19:51:00 (UTC) |
commit | 1a0dd7409aeb07b7123755d5849837073c93636a (patch) (unidiff) | |
tree | 41d6ed12f88577278dd1f1f171ad61b81186fdb4 /Makefile.test | |
parent | 0380a66a6edc8692668a24a49082881b13a4c5fc (diff) | |
download | opie-1a0dd7409aeb07b7123755d5849837073c93636a.zip opie-1a0dd7409aeb07b7123755d5849837073c93636a.tar.gz opie-1a0dd7409aeb07b7123755d5849837073c93636a.tar.bz2 |
Starting to get the makefile rules in place
-rw-r--r-- | Makefile.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.test b/Makefile.test new file mode 100644 index 0000000..d4ae663 --- a/dev/null +++ b/Makefile.test | |||
@@ -0,0 +1,11 @@ | |||
1 | #!/usr/bin/make -f | ||
2 | TOPDIR:=$(shell pwd) | ||
3 | |||
4 | all : | ||
5 | |||
6 | -include $(TOPDIR)/.config | ||
7 | -include $(TOPDIR)/.depends | ||
8 | |||
9 | all : $(TOPDIR)/.depends $(subdir-y) | ||
10 | |||
11 | include $(TOPDIR)/Rules.make | ||