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

Diff of /getopt/trunk/Makefile

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

Revision 324 Revision 325
30MSGFMT=msgfmt 30MSGFMT=msgfmt
31 31
32LANGUAGES = cs de es fr it ja nl pt_BR 32LANGUAGES = cs de es fr it ja nl pt_BR
33MOFILES:=$(patsubst %,po/%.mo,$(LANGUAGES)) 33MOFILES:=$(patsubst %,po/%.mo,$(LANGUAGES))
34 34
35CPPFLAGS=-DLIBCGETOPT=$(LIBCGETOPT) -DWITH_GETTEXT=$(WITH_GETTEXT) -DLOCALEDIR=\"$(localedir)\" -DNOT_UTIL_LINUX -Dprogram_invocation_short_name=\"$(PACKAGE)\" -Dprogram_version=\"$(VERSION)\" 35CPPFLAGS=-DLIBCGETOPT=$(LIBCGETOPT) -DWITHOUT_GETTEXT=$(WITHOUT_GETTEXT) -DLOCALEDIR=\"$(localedir)\" -DNOT_UTIL_LINUX -Dprogram_invocation_short_name=\"$(PACKAGE)\" -Dprogram_version=\"$(VERSION)\"
36ifeq ($(LIBCGETOPT),0) 36ifeq ($(LIBCGETOPT),0)
37CPPFLAGS+=-I./gnu 37CPPFLAGS+=-I./gnu
38endif 38endif
39WARNINGS=-Wall \ 39WARNINGS=-Wall \
40 -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual \ 40 -W -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual \
72 $(INSTALL) -m 755 -d $(DESTDIR)$(getoptdir) 72 $(INSTALL) -m 755 -d $(DESTDIR)$(getoptdir)
73 $(INSTALL) -m 755 getopt-parse.bash getopt-parse.tcsh \ 73 $(INSTALL) -m 755 getopt-parse.bash getopt-parse.tcsh \
74 getopt-test.bash getopt-test.tcsh \ 74 getopt-test.bash getopt-test.tcsh \
75 $(DESTDIR)$(getoptdir) 75 $(DESTDIR)$(getoptdir)
76 76
77ifeq ($(WITH_GETTEXT),1) 77ifeq ($(WITHOUT_GETTEXT),0)
78all_po: $(MOFILES) 78all_po: $(MOFILES)
79install_po: all_po 79install_po: all_po
80 $(INSTALL) -m 755 -d $(DESTDIR)$(localedir) 80 $(INSTALL) -m 755 -d $(DESTDIR)$(localedir)
81 for lang in $(LANGUAGES) ; do \ 81 for lang in $(LANGUAGES) ; do \
82 dir=$(localedir)/$$lang/LC_MESSAGES; \ 82 dir=$(localedir)/$$lang/LC_MESSAGES; \

Legend:
Removed from v.324  
changed lines
  Added in v.325

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