Last change
on this file since 385 was
385,
checked in by Sam Hocevar, 18 years ago
|
- moved generic filter functions to filters.c
- fixed uninitialised value in trick().
|
File size:
491 bytes
|
Line | |
---|
1 | NULL = |
---|
2 | |
---|
3 | bin_PROGRAMS = pwntcha |
---|
4 | pwntcha_CFLAGS = $(ADDITIONAL_CFLAGS) -Wall -O6 |
---|
5 | pwntcha_LDFLAGS = $(ADDITIONAL_LDFLAGS) |
---|
6 | pwntcha_SOURCES = main.c image.c filters.c slashdot.c common.h |
---|
7 | |
---|
8 | if USE_IMLIB2 |
---|
9 | ADDITIONAL_CFLAGS = `imlib2-config --cflags` -DX_DISPLAY_MISSING=1 |
---|
10 | ADDITIONAL_LDFLAGS = `imlib2-config --libs` |
---|
11 | else |
---|
12 | if USE_OPENCV |
---|
13 | ADDITIONAL_CFLAGS = `opencv-config --cflags` |
---|
14 | ADDITIONAL_LDFLAGS = `opencv-config --libs opencv highgui` |
---|
15 | else |
---|
16 | ADDITIONAL_CFLAGS = |
---|
17 | ADDITIONAL_LDFLAGS = |
---|
18 | endif |
---|
19 | endif |
---|
20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.