Kaynağa Gözat

This commit was manufactured by cvs2svn to create tag

'RELEASE_0_12_0_pre_5'.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/RELEASE_0_12_0_pre_5@193225 13f79535-47bb-0310-9956-ffa450edef68
tags/RELEASE_0_12_0_pre_5^0
(no author) 24 yıl önce
ebeveyn
işleme
422a57190a
1 değiştirilmiş dosya ile 20 ekleme ve 0 silme
  1. 20
    0
      src/Makefile

+ 20
- 0
src/Makefile Dosyayı Görüntüle

@@ -0,0 +1,20 @@


BASEDIR:=..
include $(BASEDIR)/Makefile.rules

SUBDIRS=org

all: allsubs

clean: cleanme cleansubs

cleanme:
rm -f *.class


$(TARGETS:%=%subs): %subs :
for dir in $(SUBDIRS) ; do \
(cd $$dir && pwd && $(MAKE) $(MFLAGS) $*) || exit 1 ; \
done


Loading…
İptal
Kaydet