mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
18 lines
220 B
Makefile
18 lines
220 B
Makefile
CPPFLAGS=-I. -I.. -I/usr/include/qt
|
|
CFLAGS=-Wall -O2
|
|
|
|
LDFLAGS=
|
|
LIBS=-lstdc++ -ldb3_cxx -lqt -lcrypto
|
|
|
|
MOC=moc
|
|
UIC=uic
|
|
|
|
CC=gcc
|
|
LD=ld
|
|
STRIP=strip
|
|
|
|
prefix=/usr
|
|
destdir=$(CURDIR)/debian/xca
|
|
bindir=X11R6/bin
|
|
mandir=X11R6/man
|