Thread: expressions in make file

  1. #1
    Registered User
    Join Date
    May 2013
    Posts
    1

    Cool expressions in make file

    Hi ,


    Could you please enplane to me those expressions:

    1) COMPILE_FLAGS += -DARM=1 -DMMX=1
    2) JPEGLIB = -lIppJpeg
    3) INCDIRS += -I ./ipp
    4) MFLAGS +=MMX=1

    Thanks

  2. #2
    Registered User
    Join Date
    May 2012
    Posts
    1,066
    One expression (2) sets a value to a variable, the other three (1, 3, 4) append values to already existing variables.

    Bye, Andreas

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 03-25-2013, 01:33 AM
  2. How to make a Library file and header file in GCC?
    By mhrsolanki2020 in forum C Programming
    Replies: 16
    Last Post: 12-22-2012, 11:51 PM
  3. Replies: 7
    Last Post: 06-16-2008, 01:18 PM
  4. How would I make a c++ prgoram make a .exe file?
    By Rune Hunter in forum C++ Programming
    Replies: 9
    Last Post: 12-26-2004, 05:56 PM
  5. Make file?
    By mayfda in forum C++ Programming
    Replies: 1
    Last Post: 11-25-2002, 07:08 PM