Show
Ignore:
Timestamp:
05/31/07 22:54:44 (2 years ago)
Author:
dsmith
Message:

Create dev branch (currently contains experimental python plugins)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dev/Makefile.in

    r83 r118  
    66BIN_DIRS = wmgui wminput lswm 
    77DOC_DIRS = man doc 
     8BIND_DIRS = python 
     9 
     10SUB_DIRS = $(LIB_DIRS) $(BIN_DIRS) $(DOC_DIRS) $(BIND_DIRS) wmdemo 
    811 
    912all install clean distclean uninstall: TARGET += $(MAKECMDGOALS) 
    1013 
    11 all install clean distclean uninstall: $(BIN_DIRS) $(LIB_DIRS) 
     14all install clean distclean uninstall: $(BIN_DIRS) $(LIB_DIRS) $(BIND_DIRS) 
    1215 
    1316install uninstall distclean: $(DOC_DIRS) 
     
    1720ifneq ($(MAKECMDGOALS),clean) 
    1821ifneq ($(MAKECMDGOALS),distclean) 
    19 $(BIN_DIRS): $(LIB_DIRS) 
     22$(BIN_DIRS) $(BIND_DIRS): $(LIB_DIRS) 
    2023endif 
    2124endif 
     
    2528endif 
    2629 
    27 $(LIB_DIRS) $(BIN_DIRS) $(DOC_DIRS) wmdemo
     30$(SUB_DIRS)
    2831        $(MAKE) $(TARGET) -C $@ 
    2932 
     
    4447        rm -rf $(CWIID_CONFIG_DIR) 
    4548 
    46 .PHONY: all install clean distclean uninstall uninstall_config $(LIB_DIRS) \ 
    47         $(BIN_DIRS) $(DOC_DIRS) wmdemo 
     49.PHONY: all install clean distclean uninstall uninstall_config $(SUB_DIRS) 
    4850 
    4951.NOTPARALLEL: