ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/Makefile.in
(Generate patch)

Comparing BasiliskII/src/Unix/Makefile.in (file contents):
Revision 1.13 by cebix, 1999-10-21T13:19:13Z vs.
Revision 1.14 by cebix, 1999-10-23T17:57:44Z

# Line 62 | Line 62 | $(APP): $(OBJ_DIR) $(OBJS)
62   modules:
63          cd Linux/NetDriver; make
64  
65 < install: $(APP)
65 > install: $(APP) installdirs
66          $(INSTALL_PROGRAM) $(APP) $(bindir)/$(APP)
67          -$(INSTALL_DATA) $(APP).1 $(man1dir)/$(APP).1
68        $(INSTALL) -d $(datadir)/$(APP)
68          $(INSTALL_DATA) keycodes $(datadir)/$(APP)/keycodes
69          $(INSTALL_DATA) fbdevices $(datadir)/$(APP)/fbdevices
70  
71 + installdirs:
72 +        $(SHELL) mkinstalldirs $(bindir) $(man1dir) $(datadir)/$(APP)
73 +
74   uninstall:
75          rm -f $(bindir)/$(APP)
76          rm -f $(man1dir)/$(APP).1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines