mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
36 lines
473 B
Text
36 lines
473 B
Text
|
#
|
||
|
# GNUmakefile - Generated by ProjectCenter
|
||
|
#
|
||
|
|
||
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
|
||
|
#
|
||
|
# Tool
|
||
|
#
|
||
|
VERSION = 0.1
|
||
|
PACKAGE_NAME = LockTest
|
||
|
TOOL_NAME = LockTest
|
||
|
LockTest_TOOL_ICON =
|
||
|
|
||
|
|
||
|
#
|
||
|
# Resource files
|
||
|
#
|
||
|
LockTest_RESOURCE_FILES = \
|
||
|
Resources/Version \
|
||
|
|
||
|
|
||
|
#
|
||
|
# Other sources
|
||
|
#
|
||
|
LockTest_OBJC_FILES += \
|
||
|
locktest.m
|
||
|
|
||
|
#
|
||
|
# Makefiles
|
||
|
#
|
||
|
-include GNUmakefile.preamble
|
||
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
||
|
include $(GNUSTEP_MAKEFILES)/tool.make
|
||
|
-include GNUmakefile.postamble
|