1 # Example for use of GNU gettext.
2 # Copyright (C) 2003 Free Software Foundation, Inc.
3 # This file is in the public domain.
5 include $(GNUSTEP_MAKEFILES
)/common.make
13 GNUSTEP_INSTALLATION_DIR
= $(GNUSTEP_LOCAL_ROOT
)
14 Hello_APPLICATION_ICON
=
16 # Additional libraries
17 ADDITIONAL_GUI_LIBS
+=
20 Hello_RESOURCE_FILES
=
21 Hello_LOCALIZED_RESOURCE_FILES
= Localizable.strings
22 Hello_LANGUAGES
:= $(sort English
$(shell MAKEFLAGS
= $(MAKE
) -s
-C po echo-languages
))
25 Hello_HEADERS
= AppController.h Hello.h
28 Hello_OBJC_FILES
= main.m AppController.m Hello.m
33 -include GNUmakefile.preamble
34 -include GNUmakefile.local
35 include $(GNUSTEP_MAKEFILES
)/aggregate.make
36 include $(GNUSTEP_MAKEFILES
)/application.make
37 -include GNUmakefile.postamble