Cross Reference: Makefile
xref: /xsrc/external/mit/ctwm/dist/client/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /xsrc/external/mit/ctwm/dist/client/
10bbfda8aSnia# This just shortcuts stuff through to cmake
20bbfda8aSniaclient all build ctwm: ../build/Makefile
30bbfda8aSnia	( cd ../build && ${MAKE} ${@} )
40bbfda8aSnia
50bbfda8aSnia../build/Makefile cmake: ../CMakeLists.txt
60bbfda8aSnia	( cd .. && ${MAKE} cmake )
70bbfda8aSnia
80bbfda8aSniaclean allclean:
90bbfda8aSnia	( cd .. && ${MAKE} ${@} )
100bbfda8aSnia
110bbfda8aSnia
120bbfda8aSnia# Reindent files
130bbfda8aSniaindent:
140bbfda8aSnia	astyle -n --options=../tools/ctwm.astyle *.h *.c
15

Indexes created Mon Jan 26 14:10:17 GMT 2026