File: Makefile.am

package info (click to toggle)
graphviz 1.7.16-2
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 11,124 kB
  • ctags: 12,650
  • sloc: ansic: 131,002; sh: 7,483; makefile: 1,954; tcl: 1,760; yacc: 1,758; perl: 253; awk: 150; lex: 96
file content (31 lines) | stat: -rw-r--r-- 897 bytes parent folder | download
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
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = 1.4

LIBS=

noinst_HEADERS = vmalloc.h vmhdr.h ast_common.h

noinst_LTLIBRARIES = libvmalloc.la
man_MANS = 

libvmalloc_la_SOURCES = malloc.c vmbest.c vmclear.c vmclose.c vmdcheap.c \
	vmdebug.c vmdisc.c vmexit.c vmlast.c vmopen.c vmpool.c vmprivate.c \
	vmprofile.c vmregion.c vmsegment.c vmset.c vmstat.c vmstrdup.c \
	vmtrace.c vmwalk.c vmalloc.h vmhdr.h

INCLUDES = \
        -I$(top_srcdir)/tools/ast \
        -I$(top_srcdir)/tools/sfio

ast_common.h: features/common 
	@KSH@ ../iffe - set cc $(CC) $(CCMODE) $(CXFLAGS) : run features/common > ast_common.h

FEATURE/vmalloc: features/vmalloc
	@KSH@ ../iffe set cc $(CC) $(CCMODE) $(CXFLAGS) : run features/vmalloc

malloc.o malloc.lo: ast_common.h FEATURE/vmalloc

CLEANFILES = ast_common.h FEATURE/vmalloc

EXTRA_DIST = $(man_MANS) README Makefile.IN features/*