]> git.sur5r.net Git - kconfig-frontends/blobdiff - Makefile.am
configure: look for libtinfo before looking for libncurses
[kconfig-frontends] / Makefile.am
index 5d89c8129f9e9ce83d7bc00bfa65fc6b03f0f1fe..c3bec4596d2b3244c20a32dd1c147fd745ad26f4 100644 (file)
@@ -1,29 +1,7 @@
-SUFFIXES = .gperf
-
-bin_PROGRAMS = conf nconf mconf
-
-conf_SOURCES =  \
-    conf.c      \
-    yconf.y
-
-mconf_SOURCES = \
-    mconf.c     \
-    yconf.y
-mconf_CFLAGS = -DCURSES_LOC='"${CURSES_LOC}"'
-mconf_LDADD = lxdialog/liblxdialog.a
-
-nconf_SOURCES = \
-    nconf.c     \
-    nconf.gui.c \
-    yconf.y
-nconf_LDADD = -lmenu -lpanel
-
-yconf.o: lconf.c hconf.c
-
-.gperf.c:
-       $(GPERF) -t --output-file $@ -a -C -E -g -k 1,3,$$ -p -t $<
-
-.l.c:
-       $(LEX) $(LFLAGS) $(AM_LFLAGS) -o$@ $<
-
-SUBDIRS = lxdialog .
+ACLOCAL_AMFLAGS = -I scripts/.autostuff/m4
+MAKEFLAGS = $(SILENT_MAKEFLAGS)
+if COND_utils
+    MAYBE_utils = utils
+endif
+SUBDIRS = docs libs frontends scripts $(MAYBE_utils)
+EXTRA_DIST = bootstrap .version