/[public]/getopt/trunk/Makefile
ViewVC logotype

Diff of /getopt/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 322 Revision 323
31MSGFMT=msgfmt 31MSGFMT=msgfmt
32 32
33LANGUAGES = cs de es fr it ja nl pt_BR 33LANGUAGES = cs de es fr it ja nl pt_BR
34MOFILES:=$(patsubst %,po/%.mo,$(LANGUAGES)) 34MOFILES:=$(patsubst %,po/%.mo,$(LANGUAGES))
35 35
36CPPFLAGS=-DLIBCGETOPT=$(LIBCGETOPT) -DWITH_GETTEXT=$(WITH_GETTEXT) -DLOCALEDIR=\"$(localedir)\" -DNOT_UTIL_LINUX 36CPPFLAGS=-DLIBCGETOPT=$(LIBCGETOPT) -DWITH_GETTEXT=$(WITH_GETTEXT) -DLOCALEDIR=\"$(localedir)\" -DNOT_UTIL_LINUX -Dprogram_invocation_short_name=\"$(PACKAGE)\" -Dprogram_version=\"$(VERSION)\"
37ifeq ($(LIBCGETOPT),0) 37ifeq ($(LIBCGETOPT),0)
38CPPFLAGS+=-I./gnu 38CPPFLAGS+=-I./gnu
39endif 39endif
40WARNINGS=-Wall \ 40WARNINGS=-Wall \
41 -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual \ 41 -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual \

Legend:
Removed from v.322  
changed lines
  Added in v.323

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26