| Revision 2935,
675 bytes
checked in by sam, 5 years ago
(diff) |
|
Do not install example programs.
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi -I../pipi |
|---|
| 4 | |
|---|
| 5 | noinst_PROGRAMS = edd img2rubik sharpen floodfill line bezier histogram \ |
|---|
| 6 | colorstring |
|---|
| 7 | |
|---|
| 8 | edd_SOURCES = edd.c |
|---|
| 9 | edd_LDADD = ../pipi/libpipi.la |
|---|
| 10 | |
|---|
| 11 | img2rubik_SOURCES = img2rubik.c |
|---|
| 12 | img2rubik_LDADD = ../pipi/libpipi.la |
|---|
| 13 | |
|---|
| 14 | sharpen_SOURCES = sharpen.c |
|---|
| 15 | sharpen_LDADD = ../pipi/libpipi.la |
|---|
| 16 | |
|---|
| 17 | floodfill_SOURCES = floodfill.c |
|---|
| 18 | floodfill_LDADD = ../pipi/libpipi.la |
|---|
| 19 | |
|---|
| 20 | line_SOURCES = line.c |
|---|
| 21 | line_LDADD = ../pipi/libpipi.la |
|---|
| 22 | |
|---|
| 23 | bezier_SOURCES = bezier.c |
|---|
| 24 | bezier_LDADD = ../pipi/libpipi.la |
|---|
| 25 | |
|---|
| 26 | histogram_SOURCES = histogram.c |
|---|
| 27 | histogram_LDADD = ../pipi/libpipi.la |
|---|
| 28 | |
|---|
| 29 | colorstring_SOURCES = colorstring.c |
|---|
| 30 | colorstring_LDADD = ../pipi/libpipi.la |
|---|
Note: See
TracBrowser
for help on using the repository browser.