forked from atomicobject/VMWareFB_OpenStep
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile
40 lines (25 loc) · 782 Bytes
/
Makefile
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
#
# Generated by the NeXT Project Builder.
#
# NOTE: Do NOT change this file -- Project Builder maintains it.
#
# Put all of your customizations in files called Makefile.preamble
# and Makefile.postamble (both optional), and Makefile will include them.
#
NAME = VMwareFB
PROJECTVERSION = 1.1
LANGUAGE = English
LOCAL_RESOURCES = Info.rtf Localizable.strings
GLOBAL_RESOURCES = Default.table Display.modes
TOOLS = VMwareFB_reloc.tproj
OTHERSRCS = Makefile Makefile.postamble Makefile.preamble
MAKEFILEDIR = /NextDeveloper/Makefiles/app
MAKEFILE = bundle.make
SOURCEMODE = 444
BUNDLE_EXTENSION = config
LIBS = -lIndexing_s
PROF_LIBS = -lIndexing_s
-include Makefile.preamble
include $(MAKEFILEDIR)/$(MAKEFILE)
-include Makefile.postamble
-include Makefile.dependencies