+++ /dev/null
-#\r
-# Copyright (c) 2004 Massachusetts Institute of Technology\r
-#\r
-# Permission is hereby granted, free of charge, to any person\r
-# obtaining a copy of this software and associated documentation files\r
-# (the "Software"), to deal in the Software without restriction,\r
-# including without limitation the rights to use, copy, modify, merge,\r
-# publish, distribute, sublicense, and/or sell copies of the Software,\r
-# and to permit persons to whom the Software is furnished to do so,\r
-# subject to the following conditions:\r
-#\r
-# The above copyright notice and this permission notice shall be\r
-# included in all copies or substantial portions of the Software.\r
-#\r
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,\r
-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r
-# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r
-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS\r
-# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN\r
-# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\r
-# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r
-# SOFTWARE.\r
-\r
-\r
-MODULE=uilib.w2k\r
-!include <../config/Makefile.w2k>\r
-\r
-UIDLLOBJFILES= \\r
- $(OBJ)\rescache.obj \\r
- $(OBJ)\action.obj \\r
- $(OBJ)\creddlg.obj \\r
- $(OBJ)\alert.obj \\r
- $(OBJ)\propsheet.obj \\r
- $(OBJ)\propwnd.obj \\r
- $(OBJ)\uilibmain.obj \\r
- $(OBJ)\actiondef.obj \\r
- $(OBJ)\acceldef.obj \\r
- $(OBJ)\configui.obj \\r
- $(OBJ)\trackerwnd.obj \\r
- $(OBJ)\version.obj\r
-\r
-INCFILES= \\r
- $(INCDIR)\khuidefs.h \\r
- $(INCDIR)\khrescache.h \\r
- $(INCDIR)\khaction.h \\r
- $(INCDIR)\khactiondef.h \\r
- $(INCDIR)\khalerts.h \\r
- $(INCDIR)\khhtlink.h \\r
- $(INCDIR)\khnewcred.h \\r
- $(INCDIR)\khprops.h \\r
- $(INCDIR)\khconfigui.h \\r
- $(INCDIR)\khtracker.h \\r
- $(INCDIR)\khremote.h\r
-\r
-$(OBJ)\actiondef.c: actions.csv actiondef.cfg\r
- $(CCSV) $** $@\r
-\r
-$(OBJ)\acceldef.c: accel.csv acceldef.cfg\r
- $(CCSV) $** $@\r
-\r
-all: mkdirs $(INCFILES) $(UIDLLOBJFILES)\r
-\r