mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
18 lines
334 B
Makefile
18 lines
334 B
Makefile
#
|
|
# GNUmakefile -- gormtool
|
|
#
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
PACKAGE_NAME = gormtool
|
|
TOOL_NAME = gormtool
|
|
|
|
gormtool_HEADER_FILES =
|
|
gormtool_OBJC_FILES = main.m AppDelegate.m
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
|
|
|
-include GNUmakefile.postamble
|