[go: up one dir, main page]

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 (25 lines) | stat: -rwxr-xr-x 408 bytes parent folder | download | duplicates (7)
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

include $(GNUSTEP_MAKEFILES)/common.make 

GNUSTEP_INSTALLATION_DOMAIN=USER
export ADUN_SOURCE_DIR=$(CURDIR)

external ?= yes

ifeq ($(external), yes)
SUBPROJECTS =  ExternalPackages/ Kernel/ MolTalk/ UL/
else
SUBPROJECTS =  Kernel/ MolTalk/ UL/
endif

#Rpm

PACKAGE_NAME=Adun
PACKAGE_VERSION=0.81

-include GNUmakefile.preamble

include $(GNUSTEP_MAKEFILES)/aggregate.make

-include GNUmakefile.postamble