Deleted Added
full compact
Makefile (126890) Makefile (136910)
1#
2# $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aicasm/Makefile#2 $
3#
1#
2# $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aicasm/Makefile#2 $
3#
4# $FreeBSD: head/sys/dev/aic7xxx/aicasm/Makefile 126890 2004-03-12 21:36:12Z trhodes $
4# $FreeBSD: head/sys/dev/aic7xxx/aicasm/Makefile 136910 2004-10-24 15:33:08Z ru $
5
6PROG= aicasm
7
8CSRCS= aicasm.c aicasm_symbol.c
9YSRCS= aicasm_gram.y aicasm_macro_gram.y
10LSRCS= aicasm_scan.l aicasm_macro_scan.l
11
12GENHDRS= aicasm_gram.h aicasm_macro_gram.h

--- 15 unchanged lines hidden (view full) ---

28NOSTDINC= -X
29.else
30NOSTDINC= -nostdinc
31.endif
32CFLAGS+= ${NOSTDINC} -I/usr/include -I.
33.ifdef MAKESRCPATH
34CFLAGS+= -I${MAKESRCPATH}
35.endif
5
6PROG= aicasm
7
8CSRCS= aicasm.c aicasm_symbol.c
9YSRCS= aicasm_gram.y aicasm_macro_gram.y
10LSRCS= aicasm_scan.l aicasm_macro_scan.l
11
12GENHDRS= aicasm_gram.h aicasm_macro_gram.h

--- 15 unchanged lines hidden (view full) ---

28NOSTDINC= -X
29.else
30NOSTDINC= -nostdinc
31.endif
32CFLAGS+= ${NOSTDINC} -I/usr/include -I.
33.ifdef MAKESRCPATH
34CFLAGS+= -I${MAKESRCPATH}
35.endif
36NOMAN= noman
36NOMAN=
37YFLAGS= -b ${.TARGET:R} ${.TARGET:M*macro*:S/$(.TARGET)/-p mm/} -d
38LFLAGS+= ${.TARGET:M*macro*:S/$(.TARGET)/-Pmm/}
39
40.ifdef AICASM_DEBUG
41CFLAGS+= -DDEBUG -g
42YFLAGS+= -t -v
43LFLAGS+= -d
44.endif
45
46.include <bsd.prog.mk>
37YFLAGS= -b ${.TARGET:R} ${.TARGET:M*macro*:S/$(.TARGET)/-p mm/} -d
38LFLAGS+= ${.TARGET:M*macro*:S/$(.TARGET)/-Pmm/}
39
40.ifdef AICASM_DEBUG
41CFLAGS+= -DDEBUG -g
42YFLAGS+= -t -v
43LFLAGS+= -d
44.endif
45
46.include <bsd.prog.mk>