X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lib%2Fe2p%2FMakefile.in;h=2c56ab5f501c93f7b5e0f126491eb5695c7786ac;hb=03efde8abe79c80ff369206d06d4f1e476b08f53;hp=655748024a50c0ef6e19502740da0c85c18e0549;hpb=f64b36d138813f4128dd7d58d6131a85e5e50c99;p=tools%2Fe2fsprogs.git diff --git a/lib/e2p/Makefile.in b/lib/e2p/Makefile.in index 6557480..2c56ab5 100644 --- a/lib/e2p/Makefile.in +++ b/lib/e2p/Makefile.in @@ -69,8 +69,14 @@ tst_ostype: $(srcdir)/ostype.c @$(CC) -DTEST_PROGRAM -I$(top_srcdir)/lib -o tst_ostype \ $(srcdir)/ostype.c $(ALL_CFLAGS) -check:: tst_ostype +tst_feature: $(srcdir)/feature.c + @echo " LD $@" + @$(CC) -DTEST_PROGRAM -I$(top_srcdir)/lib -o tst_feature \ + $(srcdir)/feature.c $(ALL_CFLAGS) + +check:: tst_ostype tst_feature ./tst_ostype + ./tst_feature installdirs:: @echo " MKINSTALLDIRS $(libdir) $(includedir)/e2p" @@ -96,7 +102,7 @@ uninstall:: clean:: $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* checker/* - $(RM) -f ../libe2p.a ../libe2p_p.a tst_ostype + $(RM) -f ../libe2p.a ../libe2p_p.a tst_ostype tst_feature mostlyclean:: clean distclean:: clean