diff options
author | shenhuyong <shenhuyong@hotmail.com> | 2013-10-05 14:02:18 +0800 |
---|---|---|
committer | shenhuyong <shenhuyong@hotmail.com> | 2013-10-05 14:02:18 +0800 |
commit | 0a14a122a02aeac9b8cf007eb727cdab846f2329 (patch) | |
tree | 356d243254912e73d6991a03f877dbea063986b8 /src/plugins/Makefile.in | |
parent | f4fb487fbd563ead914ebdc64ae8074650469375 (diff) | |
parent | d6965a8072c5a768f798a4a58e525b695c702afd (diff) | |
download | hercules-0a14a122a02aeac9b8cf007eb727cdab846f2329.tar.gz hercules-0a14a122a02aeac9b8cf007eb727cdab846f2329.tar.bz2 hercules-0a14a122a02aeac9b8cf007eb727cdab846f2329.tar.xz hercules-0a14a122a02aeac9b8cf007eb727cdab846f2329.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/plugins/Makefile.in')
-rw-r--r-- | src/plugins/Makefile.in | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in index ed573238d..53f44a0b4 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -44,8 +44,14 @@ clean: buildclean help: @echo "possible targets are $(PLUGINS:%='%') 'all' 'clean' 'help'" - @echo "'sample' - sample plugin" - @echo "'help' - outputs this message" + @echo "" + @echo "$(PLUGINS:%='%')" + @echo " - builds a specific plugin" + @echo "'all' - builds all above targets" + @echo "'clean' - cleans builds and objects" + @echo "'buildclean' - cleans build temporary (object) files, without deleting the" + @echo " compiled plugins" + @echo "'help' - outputs this message" ##################################################################### @@ -56,4 +62,4 @@ Makefile: Makefile.in ../../plugins/%@DLLEXT@: %.c $(ALL_H) $$(shell ls %/* 2>/dev/null) @echo " CC $<" - @$(CC) @DEFS@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ @SOFLAGS@ -o $@ $<
\ No newline at end of file + @$(CC) @DEFS@ @CFLAGS@ @CPPFLAGS@ @LDFLAGS@ @SOFLAGS@ -o $@ $< |