File: Makefile.general

package info (click to toggle)
wflogs 0.9.8-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,220 kB
  • ctags: 3,750
  • sloc: ansic: 12,166; sh: 8,047; cpp: 6,412; lex: 1,525; yacc: 1,430; makefile: 731; sed: 16
file content (10 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
CLEANFILES = *~ .*~ *.bak \#*\# .\#* core gmon.out
MAINTAINERCLEANFILES = Makefile.in
CFLAGS = @CDEBUG_FLAGS@
CXXFLAGS = @CDEBUG_FLAGS@

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/lib -I@wfnetobjs_incdir@ -I@wfnetobjs_incdir@/../rvlog

moduledir = @wflogs_moduledir@
localedir = $(datadir)/locale
DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@