| Revision 2318,
523 bytes
checked in by sam, 5 years ago
(diff) |
- Step 2 of the code reorganisation: move each font to its corresponding
decoder's subdirectory.
|
| Line | |
|---|
| 1 | |
|---|
| 2 | DECODER = xanga |
|---|
| 3 | |
|---|
| 4 | noinst_LIBRARIES = libdecoder.a |
|---|
| 5 | |
|---|
| 6 | libdecoder_a_SOURCES = decoder.c |
|---|
| 7 | libdecoder_a_CPPFLAGS = -I$(srcdir)/.. -DDECODER=\"$(DECODER)\" |
|---|
| 8 | |
|---|
| 9 | EXTRA_DIST = \ |
|---|
| 10 | comic_24_az_messed.bmp \ |
|---|
| 11 | comic_32_az.bmp \ |
|---|
| 12 | freemonobold_24_az.bmp \ |
|---|
| 13 | freemonobold_32_az.bmp \ |
|---|
| 14 | freesansbold_32_az.bmp \ |
|---|
| 15 | freesansbold_36_az_messed.bmp \ |
|---|
| 16 | x_comic_24_az_messed.bmp \ |
|---|
| 17 | x_comic_32_az.bmp \ |
|---|
| 18 | x_freemonobold_24_az.bmp \ |
|---|
| 19 | x_freemonobold_32_az.bmp \ |
|---|
| 20 | x_freesansbold_32_az.bmp \ |
|---|
| 21 | x_freesansbold_36_az_messed.bmp |
|---|
| 22 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.