Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-objc-gnustep / GNUmakefile
blob8bbbd0c0caf131726ec7d16a72351873e317f5fd
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
7 # Subprojects
8 SUBPROJECTS = po
10 # Main application
11 PACKAGE_NAME = Hello
12 APP_NAME = Hello
13 GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
14 Hello_APPLICATION_ICON =
16 # Additional libraries
17 ADDITIONAL_GUI_LIBS +=
19 # Resource files
20 Hello_RESOURCE_FILES =
21 Hello_LOCALIZED_RESOURCE_FILES = Localizable.strings
22 Hello_LANGUAGES := $(sort English $(shell MAKEFLAGS= $(MAKE) -s -C po echo-languages))
24 # Header files
25 Hello_HEADERS = AppController.h Hello.h
27 # Class files
28 Hello_OBJC_FILES = main.m AppController.m Hello.m
30 # C files
31 Hello_C_FILES =
33 -include GNUmakefile.preamble
34 -include GNUmakefile.local
35 include $(GNUSTEP_MAKEFILES)/aggregate.make
36 include $(GNUSTEP_MAKEFILES)/application.make
37 -include GNUmakefile.postamble