File: Makefile

package info (click to toggle)
openbios-sparc 1.0%2Bsvn640-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,412 kB
  • ctags: 12,091
  • sloc: ansic: 57,249; asm: 2,680; xml: 1,335; cpp: 414; makefile: 224; sh: 190
file content (29 lines) | stat: -rw-r--r-- 665 bytes parent folder | download | duplicates (18)
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
# 

include			../../config/Makefile.top

SUBDIRS-$(CONFIG_PLUGINS)	= plugins
SUBDIRS-$(CONFIG_UNIX_QT)	= gui_qt

DICTIONARIES		= unix
unix-SRC		= tree.fs $(ARCHDICT_SRC)

PROGRAMS		= unix

unix-OBJS               = $(unix-y)
unix-y			+= blk.o 
unix-y			+= boot.o 
unix-y			+= unix.o 
unix-y			+= $(KOBJS) 
unix-y			+= $(MODULE_LIBS) $(FS_LIBS) $(DRIVER_LIBS) $(LIBC_LIBS)
unix-$(CONFIG_PLUGINS)  += plugins.o 

unix-LDFLAGS		= $(unix-LDFLAGS-$(CONFIG_PLUGINS))
unix-LDFLAGS-y		= -rdynamic $(LIBDL_LDFLAGS)
unix-LDFLAGS-n		= 
unix-LDADD		= 

INCLUDES		= -I../../kernel -I../../kernel/include -DBOOTSTRAP

include			$(rules)/Rules.forth
include			$(rules)/Rules.make