mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-05 22:20:59 +00:00
36 lines
469 B
Text
36 lines
469 B
Text
|
#
|
||
|
# GNUmakefile - Generated by ProjectCenter
|
||
|
#
|
||
|
|
||
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
|
||
|
#
|
||
|
# Tool
|
||
|
#
|
||
|
VERSION = 0.1
|
||
|
PACKAGE_NAME = SyncTest
|
||
|
TOOL_NAME = SyncTest
|
||
|
SyncTest_TOOL_ICON =
|
||
|
|
||
|
|
||
|
#
|
||
|
# Resource files
|
||
|
#
|
||
|
SyncTest_RESOURCE_FILES = \
|
||
|
Resources/Version \
|
||
|
|
||
|
|
||
|
#
|
||
|
# Other sources
|
||
|
#
|
||
|
SyncTest_OBJC_FILES += \
|
||
|
main.m
|
||
|
|
||
|
#
|
||
|
# Makefiles
|
||
|
#
|
||
|
-include GNUmakefile.preamble
|
||
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
||
|
-include GNUmakefile.postamble
|