File: GNUmakefile

package info (click to toggle)
lapispuzzle.app 1.0-5
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: objc: 2,252; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include $(GNUSTEP_MAKEFILES)/common.make

PACKAGE_NAME = LapisPuzzle
VERSION = 0.9.2
APP_NAME = LapisPuzzle
#agendum-client

LapisPuzzle_MAIN_MODEL_FILE = LapisPuzzle.gorm

LapisPuzzle_OBJC_FILES = main.m \
						 LPController.m \
						 LapisPuzzleView.m


LapisPuzzle_APPLICATION_ICON = LapisPuzzle.tiff

LapisPuzzle_RESOURCE_FILES = LapisPuzzle.gorm LapisPuzzle.tiff LapisPuzzleInfo.plist

include $(GNUSTEP_MAKEFILES)/application.make