|
Last change
on this file since 462 was 53, checked in by bird, 22 years ago |
|
Initial revision
|
-
Property svn:eol-style
set to
native
|
|
File size:
325 bytes
|
| Line | |
|---|
| 1 | # -*-Makefile-*-, or close enough
|
|---|
| 2 |
|
|---|
| 3 | AUTOMAKE_OPTIONS = foreign
|
|---|
| 4 |
|
|---|
| 5 | # Only build the library when the system doesn't already have GNU glob.
|
|---|
| 6 | if USE_LOCAL_GLOB
|
|---|
| 7 | noinst_LIBRARIES = libglob.a
|
|---|
| 8 | endif
|
|---|
| 9 |
|
|---|
| 10 | libglob_a_SOURCES = glob.c glob.h fnmatch.c fnmatch.h
|
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 | EXTRA_DIST = COPYING.LIB Makefile.ami SCOPTIONS SMakefile \
|
|---|
| 14 | configure.bat
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.