mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 11:41:05 +00:00
24 lines
419 B
Makefile
24 lines
419 B
Makefile
#
|
|
# GNUmakefile -- gormtool
|
|
#
|
|
|
|
include $(GNUSTEP_MAKEFILES)/common.make
|
|
|
|
PACKAGE_NAME = gormtool
|
|
TOOL_NAME = gormtool
|
|
|
|
gormtool_HEADER_FILES = AppDelegate.h \
|
|
GormToolPrivate.h \
|
|
ArgPair.h
|
|
|
|
gormtool_OBJC_FILES = main.m \
|
|
AppDelegate.m \
|
|
GormToolPrivate.m \
|
|
ArgPair.m
|
|
|
|
-include GNUmakefile.preamble
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
|
|
|
-include GNUmakefile.postamble
|