Home | History | Annotate | Line # | Download | only in dist
      1  1.1  christos # Makefile.cpg
      2  1.1  christos MAKEFILEPARTS=\
      3  1.1  christos   $(top_srcdir)/Makefile.comm \
      4  1.1  christos   $(top_builddir)/Makefile.cfg \
      5  1.1  christos   $(srcdir)/Makefile.sub \
      6  1.1  christos   $(top_srcdir)/Makefile.cpg \
      7  1.1  christos   Makefile.dep
      8  1.1  christos 
      9  1.1  christos all: $(PROG) $(MANPAGES)
     10  1.1  christos 
     11  1.1  christos $(PROG): $(OBJS) $(XLIBS)
     12  1.1  christos 	$(LINK.c) -o $@ $(OBJS) $(XLIBS) $(EXTRA_LDFLAGS) $(LIBS) $(MLIB)
     13  1.1  christos 
     14  1.1  christos install_bin: install_prog
     15  1.1  christos install_prog: $(PROG)
     16  1.1  christos install_data: install_man
     17  1.1  christos install_man: $(MANPAGES)
     18  1.1  christos uninstall_sub: uninstall_prog uninstall_man
     19  1.1  christos depend: depend_src
     20  1.1  christos depend.temp: $(GENSRCS) $(YTABC)
     21  1.1  christos distfiles: $(YTABC)
     22  1.1  christos TAGS: TAGS_src
     23  1.1  christos TAGS_src: $(CCSRCS) $(CSRCS) $(GRAM) $(HDRS)
     24  1.1  christos Makefile: $(MAKEFILEPARTS)
     25  1.1  christos Makefile.dep:
     26  1.1  christos 	touch Makefile.dep
     27  1.1  christos $(top_builddir)/stamp-h $(MANPAGES): $(top_srcdir)/VERSION $(top_srcdir)/REVISION
     28