diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-05-14 00:50:45 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-05-14 00:50:45 +0000 |
commit | 0b4d71c6fdca20015c590c3765a49f3de8e9a73a (patch) | |
tree | d6b9a7e03e26f93143d29377d369f32137588bea /Makefile | |
parent | 9c5ce1c373adbc4efb0789879db425e374c9d186 (diff) |
removing Makefile in prep for template Makefile
svn path=/trunk/externals/hcs/; revision=13537
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index b8e8987..0000000 --- a/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -TARGET := $(shell pwd | sed 's|.*/\(.*\)$$|\1|') -EXTERNALS_ROOT := $(shell pwd | sed 's|^\(/.*externals\).*|\1|') - -default: - make -C $(EXTERNALS_ROOT) $(TARGET) - -install: - make -C $(EXTERNALS_ROOT) $(TARGET)_install - -clean: - make -C $(EXTERNALS_ROOT) $(TARGET)_clean - -test_locations: - make -C $(EXTERNALS_ROOT) test_locations - -etags: - etags *.[ch] ../../pd/src/*.[ch] /usr/include/*.h /usr/include/sys/*.h |