Home | History | Annotate | Download | only in syslinux

Lines Matching full:topdir

21 # topdir is only set when we are doing a recursive make. Do a bunch of
24 ifeq ($(topdir),)
26 topdir = $(CURDIR)
40 OBJDIR = $(topdir)
53 # 'topdir' - the top-level directory containing the Syslinux source
70 MAKEDIR = $(topdir)/mk
71 export MAKEDIR topdir OBJDIR
103 $(MAKE) -C $(OBJDIR) -f $(CURDIR)/Makefile SRC="$(topdir)" \
112 $(MAKE) -C tests SRC="$(topdir)/tests" OBJ="$(topdir)/tests" \
114 -f $(topdir)/tests/Makefile all
119 -include $(topdir)/Makefile.private
121 else # ifeq ($(topdir),)
126 -include $(topdir)/Makefile.private
324 version.gen: $(topdir)/version $(topdir)/version.pl
325 $(PERL) $(topdir)/version.pl $< $@ '%define < @'
326 version.h: $(topdir)/version $(topdir)/version.pl
327 $(PERL) $(topdir)/version.pl $< $@ '#define < @'
340 install -m 644 -c $(topdir)/man/*.1 $(INSTALLROOT)$(MANDIR)/man1
401 endif # ifeq ($(topdir),)
415 $(OBJDIR)/version.mk: $(topdir)/version $(topdir)/version.pl
416 $(PERL) $(topdir)/version.pl $< $@ '< := @'