Make.proto
branchjv
changeset 8181 7cd36eb4b09c
parent 8180 25149dfd68e0
child 8182 c730140a0156
equal deleted inserted replaced
8180:25149dfd68e0 8181:7cd36eb4b09c
    48 
    48 
    49 
    49 
    50 # ********** OPTIONAL: MODIFY the next line ***
    50 # ********** OPTIONAL: MODIFY the next line ***
    51 # additional C-libraries that should be pre-linked with the class-objects
    51 # additional C-libraries that should be pre-linked with the class-objects
    52 LD_OBJ_LIBS=
    52 LD_OBJ_LIBS=
    53 LOCAL_SHARED_LIBS=-L$(X_LIB_DIR) $(LIB_GL) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_XFT) $(LIB_X) $(LIBRUN_LINK_LIB)
    53 LOCAL_SHARED_LIBS=-L$(X_LIB_DIR) $(LIB_GL) $(LIB_XEXT) $(LIB_XINERAMA) $(LIB_XFT) $(LIB_X) $(LIBRUN_LINK_LIB) 
    54 
    54 
    55 
    55 
    56 # ********** OPTIONAL: MODIFY the next line ***
    56 # ********** OPTIONAL: MODIFY the next line ***
    57 # additional C targets or libraries should be added below
    57 # additional C targets or libraries should be added below
    58 LOCAL_EXTRA_TARGETS=
    58 LOCAL_EXTRA_TARGETS=
    61 
    61 
    62 
    62 
    63 
    63 
    64 all:: preMake classLibRule postMake
    64 all:: preMake classLibRule postMake
    65 
    65 
    66 pre_objs:: glLib
    66 pre_objs::  
    67 
    67 
    68 
       
    69 postMake:: $(LIBVIEW_EXTRA_TARGETS)
       
    70 
       
    71 glLib:
       
    72 	@-if [ -d ../support/VGL ]; then \
       
    73 	    (cd ../support/VGL ; $(MAKE) ) ; \
       
    74 	fi
       
    75 
    68 
    76 
    69 
    77 
    70 
    78 
    71 
    79 
    72