File: GNUmakefile

package info (click to toggle)
adun.app 0.81-13
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,600 kB
  • sloc: objc: 70,912; ansic: 6,662; yacc: 394; python: 75; cpp: 36; makefile: 33; xml: 15; awk: 3
file content (49 lines) | stat: -rwxr-xr-x 870 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#
# GNUmakefile - Generated by ProjectCenter
#

include $(GNUSTEP_MAKEFILES)/common.make

#
# Bundle
#
VERSION = 0.1
PACKAGE_NAME = ULApplicationScripting
BUNDLE_NAME = ULApplicationScripting
ULApplicationScripting_PRINCIPAL_CLASS = ULScriptManager
BUNDLE_EXTENSION = .bundle
GNUSTEP_INSTALLATION_DOMAIN = USER

#
# Libraries
#
ULApplicationScripting_BUNDLE_LIBS = -lAdunKernel -lULFramework -lStepTalk

#
# Resource files
#
ULApplicationScripting_RESOURCE_FILES = \
Resources/ScriptManager.gorm \
Resources/Scripts

#
# Header files
#
ULApplicationScripting_HEADER_FILES = \
ULScriptManager.h \
STTranscript.h \

#
# Class files
#
ULApplicationScripting_OBJC_FILES = \
STTranscript.m \
ULScriptManager.m  

#
# Makefiles
#
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble