components/visual-panels/make-rules/Makefile.targ
changeset 1410 ca9946e5736c
parent 929 20bde096663e
equal deleted inserted replaced
1409:9db4ba32e740 1410:ca9946e5736c
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 #
    26 #
    27 # Common targets
    27 # Common targets
    28 #
    28 #
    94 	$(INS.dir)
    94 	$(INS.dir)
    95 
    95 
    96 $(LINTLIB): $(LINTSRCS)
    96 $(LINTLIB): $(LINTSRCS)
    97 	$(LINT.c) -mnuvxy -o $(LIBNAME) $(LINTSRCS) > $(LINTOUT) 2>&1
    97 	$(LINT.c) -mnuvxy -o $(LIBNAME) $(LINTSRCS) > $(LINTOUT) 2>&1
    98 
    98 
    99 api_%.h api_%_impl.c: $(APISDIR)/%.xml
    99 api_%.h api_%_impl.c: $(APISDIR)/%.adr
   100 	$(RADADRGEN) -c . -rm $(ADROPTS) $<
   100 	$(RADADRGEN) -s server -l c -d . $<
   101 
   101 
   102 api_%.h api_%_impl.c: %.xml
   102 api_%.h api_%_impl.c: %.adr
   103 	$(RADADRGEN) -c . -rm $(ADROPTS) $<
   103 	$(RADADRGEN) -s server -l c -d . $<
   104 
   104 
   105 .c.o:
   105 .c.o:
   106 	$(COMPILE.c) $(OUTPUT_OPTION) $<
   106 	$(COMPILE.c) $(OUTPUT_OPTION) $<
   107 
   107 
   108 FRC:
   108 FRC: