PageRenderTime 40ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/mythes-1.2.3/makefile.mk

#
Makefile | 62 lines | 12 code | 13 blank | 37 comment | 0 complexity | 1f09cfe8466bcdf2ee1fa0bb0b35635c MD5 | raw file
  1. #************************************************************************
  2. # Copyright 2003 Kevin B. Hendricks, Stratford, Ontario, Canada
  3. # And Contributors. All rights reserved.
  4. #
  5. # Redistribution and use in source and binary forms, with or without
  6. # modification, are permitted provided that the following conditions
  7. # are met:
  8. #
  9. # 1. Redistributions of source code must retain the above copyright
  10. # notice, this list of conditions and the following disclaimer.
  11. #
  12. # 2. Redistributions in binary form must reproduce the above copyright
  13. # notice, this list of conditions and the following disclaimer in the
  14. # documentation and/or other materials provided with the distribution.
  15. #
  16. # 3. All modifications to the source code must be clearly marked as
  17. # such. Binary redistributions based on modified source code
  18. # must be clearly marked as modified versions in the documentation
  19. # and/or other materials provided with the distribution.
  20. #
  21. # THIS SOFTWARE IS PROVIDED BY KEVIN B. HENDRICKS AND CONTRIBUTORS
  22. # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  23. # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  24. # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
  25. # KEVIN B. HENDRICKS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  26. # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  27. # BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  28. # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  29. # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  30. # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  31. # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  32. # SUCH DAMAGE.
  33. #
  34. #*************************************************************************
  35. PRJ = ..$/..$/..
  36. PRJNAME = lingucomponent
  37. TARGET = mythes
  38. LIBTARGET=NO
  39. #----- Settings ---------------------------------------------------------
  40. .INCLUDE : settings.mk
  41. # --- Files --------------------------------------------------------
  42. all_target: ALLTAR
  43. SLOFILES= \
  44. $(SLO)$/mythes.obj
  45. LIB1TARGET= $(SLB)$/lib$(TARGET).lib
  46. LIB1ARCHIV= $(LB)/lib$(TARGET).a
  47. LIB1OBJFILES= $(SLOFILES)
  48. # --- Targets ------------------------------------------------------
  49. .INCLUDE : target.mk