diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-12 15:33:46 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-12 15:33:46 +0000 |
commit | 22ea2706f0a9767d9910522868cc90f121cfc6fa (patch) | |
tree | 8e175971996f5200b1b886a542d117a2e694d129 /3rdparty | |
parent | 79cb8649ce5c13def3ba0d256ca84d46a0ccfc3d (diff) | |
download | hercules-22ea2706f0a9767d9910522868cc90f121cfc6fa.tar.gz hercules-22ea2706f0a9767d9910522868cc90f121cfc6fa.tar.bz2 hercules-22ea2706f0a9767d9910522868cc90f121cfc6fa.tar.xz hercules-22ea2706f0a9767d9910522868cc90f121cfc6fa.zip |
- Added svn:eol-style=native property on some recently added text files.
- Fixed a typo in script_commands.txt (bugreport:5998)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16278 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to '3rdparty')
-rw-r--r-- | 3rdparty/libconfig/Makefile.in | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/3rdparty/libconfig/Makefile.in b/3rdparty/libconfig/Makefile.in index b0fa9a314..ee17298b4 100644 --- a/3rdparty/libconfig/Makefile.in +++ b/3rdparty/libconfig/Makefile.in @@ -1,26 +1,26 @@ -
-LIBCONFIG_OBJ = libconfig.o grammar.o scanctx.o scanner.o strbuf.o
-LIBCONFIG_H = libconfig.h grammar.h parsectx.h scanctx.h scanner.h strbuf.h wincompat.h
-
-@SET_MAKE@
-
-#####################################################################
-.PHONY : all clean help
-
-all: $(LIBCONFIG_OBJ)
-
-clean:
- @echo " CLEAN libconfig"
- @rm -rf *.o
-
-help:
- @echo "possible targets are 'all' 'clean' 'help'"
- @echo "'all' - builds $(LIBCONFIG_OBJ)"
- @echo "'clean' - deletes $(LIBCONFIG_OBJ)"
- @echo "'help' - outputs this message"
-
-#####################################################################
-
-%.o: %.c $(LIBCONFIG_H)
- @echo " CC $<"
- @@CC@ @CFLAGS@ @DEFS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<
+ +LIBCONFIG_OBJ = libconfig.o grammar.o scanctx.o scanner.o strbuf.o +LIBCONFIG_H = libconfig.h grammar.h parsectx.h scanctx.h scanner.h strbuf.h wincompat.h + +@SET_MAKE@ + +##################################################################### +.PHONY : all clean help + +all: $(LIBCONFIG_OBJ) + +clean: + @echo " CLEAN libconfig" + @rm -rf *.o + +help: + @echo "possible targets are 'all' 'clean' 'help'" + @echo "'all' - builds $(LIBCONFIG_OBJ)" + @echo "'clean' - deletes $(LIBCONFIG_OBJ)" + @echo "'help' - outputs this message" + +##################################################################### + +%.o: %.c $(LIBCONFIG_H) + @echo " CC $<" + @@CC@ @CFLAGS@ @DEFS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $< |