jdk/make/sun/font/Makefile
changeset 2956 931f209e57a9
parent 922 8725ccb1a22d
child 3935 afcdb712a9c5
equal deleted inserted replaced
2818:c59bda501419 2956:931f209e57a9
   143 
   143 
   144 #
   144 #
   145 # Add to the ambient vpath to pick up files in subdirectories
   145 # Add to the ambient vpath to pick up files in subdirectories
   146 #
   146 #
   147 vpath %.c   $(PLATFORM_SRC)/native/$(PKGDIR)
   147 vpath %.c   $(PLATFORM_SRC)/native/$(PKGDIR)
   148 vpath %.c   $(SHARE_SRC)/native/$(PKGDIR)/bidi
       
   149 vpath %.cpp   $(SHARE_SRC)/native/$(PKGDIR)/layout
   148 vpath %.cpp   $(SHARE_SRC)/native/$(PKGDIR)/layout
   150 vpath %.cpp   $(SHARE_SRC)/native/$(PKGDIR)
   149 vpath %.cpp   $(SHARE_SRC)/native/$(PKGDIR)
   151 
   150 
   152 #
   151 #
   153 # Fontmanager is headless (independent of X/Motif)
   152 # Fontmanager is headless (independent of X/Motif)
   185 
   184 
   186 # set up compile flags..
   185 # set up compile flags..
   187 
   186 
   188 CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR) \
   187 CPPFLAGS += -I$(SHARE_SRC)/native/$(PKGDIR) \
   189             -I$(SHARE_SRC)/native/$(PKGDIR)/layout \
   188             -I$(SHARE_SRC)/native/$(PKGDIR)/layout \
   190             -I$(SHARE_SRC)/native/$(PKGDIR)/bidi \
       
   191 	    -I$(SHARE_SRC)/native/sun/awt/image/cvutils \
   189 	    -I$(SHARE_SRC)/native/sun/awt/image/cvutils \
   192 	    -I$(PLATFORM_SRC)/native/sun/awt \
   190 	    -I$(PLATFORM_SRC)/native/sun/awt \
   193 	    -I$(SHARE_SRC)/native/sun/awt/debug \
   191 	    -I$(SHARE_SRC)/native/sun/awt/debug \
   194 	    -I$(SHARE_SRC)/native/sun/java2d/loops \
   192 	    -I$(SHARE_SRC)/native/sun/java2d/loops \
   195 	    -I$(SHARE_SRC)/native/sun/java2d/pipe \
   193 	    -I$(SHARE_SRC)/native/sun/java2d/pipe \