File: Makeconfig.in

package info (click to toggle)
modutils 2.1.85-11
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,020 kB
  • ctags: 1,024
  • sloc: ansic: 9,324; sh: 2,180; lex: 484; yacc: 362; makefile: 309
file content (26 lines) | stat: -rw-r--r-- 501 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
# $Id: Makeconfig.in,v 1.3 1997/10/17 06:07:32 tdyas Exp $

prefix=$(ROOT)@prefix@
exec_prefix=$(ROOT)@exec_prefix@
sbindir=@sbindir@
mandir=@mandir@

CC = @CC@
CFLAGS = -O2 -Wall
LDFLAGS =
DEFS = -I../include -D_GNU_SOURCE @DEFS@

COMBINE_INSMOD_RMMOD = @COMBINE_INSMOD_RMMOD@

RANLIB = @RANLIB@
INSTALL = @INSTALL@

ARCH = @ARCH@

#----------------------------------------------------------------------

%.o: %.c
	$(CC) $(CFLAGS) $(DEFS) -c -o $@ $<

%.o: %.cc
	$(CXX) $(CFLAGS) $(DEFS) -c -o $@ $<