Makefile.am 620 B

12345678910111213
  1. MAINTAINERCLEANFILES = Makefile.in
  2. SUBDIRS = backdrops icons dsdm dtmail dtpad dtfile dtwm dtlogin \
  3. dtsession dthello dtstyle dtexec dtdbcache dticon dtterm \
  4. dtcalc dtaction dtspcd dtscreen dtksh dtcm dtsearchpath \
  5. dtappbuilder palettes dtappintegrate dtprintegrate dtconfig \
  6. dtcreate dtprintinfo fontaliases dtdspmsg ttsnoop dtimsstart \
  7. dtpdm dtsr dtpdmd dtinfo types tttypes util dtopen localized \
  8. dthelp dtdocbook
  9. install-data-hook:
  10. -if [ $(CDE_INSTALLATION_TOP)/bin != $(bindir) ];then \
  11. cd $(DESTDIR)$(CDE_INSTALLATION_TOP) && $(LN_S) $(bindir) bin ; fi