~ubuntu-branches/ubuntu/lucid/gnustep-base/lucid

« back to all changes in this revision

Viewing changes to Testing/synctest/GNUmakefile

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Chathi
  • Date: 2009-04-11 13:30:33 UTC
  • mfrom: (1.2.8 upstream) (7.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090411133033-g6qrsuo8mep7h0eo
Tags: 1.19.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
PACKAGE_NAME = gnustep-base
 
2
 
 
3
#
 
4
# GNUmakefile - Generated by ProjectCenter
 
5
#
 
6
 
 
7
include $(GNUSTEP_MAKEFILES)/common.make
 
8
 
 
9
#
 
10
# Tool
 
11
#
 
12
VERSION = 0.1
 
13
TOOL_NAME = SyncTest
 
14
SyncTest_TOOL_ICON = 
 
15
 
 
16
 
 
17
#
 
18
# Resource files
 
19
#
 
20
SyncTest_RESOURCE_FILES = \
 
21
Resources/Version \
 
22
 
 
23
 
 
24
#
 
25
# Other sources
 
26
#
 
27
SyncTest_OBJC_FILES += \
 
28
main.m 
 
29
 
 
30
#
 
31
# Makefiles
 
32
#
 
33
-include GNUmakefile.preamble
 
34
include $(GNUSTEP_MAKEFILES)/aggregate.make
 
35
include $(GNUSTEP_MAKEFILES)/tool.make
 
36
-include GNUmakefile.postamble