File: Makefile

package info (click to toggle)
memlockd 1.3.1-2
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 104 kB
  • sloc: cpp: 451; sh: 83; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11

all: memlockd

WFLAGS=-Wall -W -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual -pedantic -ffor-scope


memlockd: memlockd.cpp
	$(CXX) $(WFLAGS) $(CXXFLAGS) $(LDFLAGS) memlockd.cpp -o memlockd

clean:
	rm -f memlockd